IviACPwr Configure Output Impedance [IMP] VI
IviACPwrImpedance Capability Group
This VI configures the output impedance of the AC power source. The Output Impedance Enabled input must be set to True in order for the Resistive Value or Inductive Value inputs to affect the power source output.
Resistive Value Sets the resistive part of the output impedance of the AC power source in Ohms. The driver uses this value to set IviACPwr Output Impedance Resistive [IMP] property.
Default Value: None |
|
instrument handle The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs. The handle identifies a particular instrument session.
Default Value: None |
|
Phase Name ("") Specifies the name of the output phase to configure.
Pass the virtual output phase name that you assign to the instrument in the IVI Configuration utility. Virtual output phase names are aliases for instrument-specific output phase strings, which can differ from one instrument to another. With virtual output phase names, you can use and swap instruments without having to change the output phase names in your source code. Assign a virtual output phase name to an instrument-specific output phase through the IVI Configuration utility. This control accepts virtual output phase names you have assigned to the specific instrument you are using and also accepts the instrument-specific output phase names. Default Value: "" Note: You can specify the output phase name as a string variable or as a literal enclosed in double quotes. |
|
Output Impedance Enabled (True) Enables or disables the output impedance capability of the AC power source. The driver uses this value to set IviACPwr Output Impedance Enabled [IMP] property.
Valid Values: TRUE - Allows the output impedance resistive and output impedance inductive settings to affect the power source output. FALSE - Does not allow the output impedance resistive and output impedance inductive settings to affect the power source output. Default Value: True |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
Inductive Value Sets the inductive part of the output impedance of the AC power source in Henries. The driver uses this value to set IviACPwr Output Impedance Inductive [IMP] property.
Default Value: None |
|
instrument handle out The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |